Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 32,596 for

api watermark

(0.06 sec)
  1. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Classify Raw Text | GroupDocs

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/classification/net/classify-...
  3. Load password-protected document | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/net/load-password-pro...
  4. Load password-protected documents | GroupDocs

    This article explains how to open password-protected document with GroupDocs.Viewer within your Java applications....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/java/load-password-pr...
  5. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET Api (C#) to reduce size....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/python-net/load-docum...
  7. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python Api....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/specify-file-...
  9. Convert font formats | GroupDocs

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/net/convert/font/
  10. Converting JSON to a Spreadsheet | GroupDocs

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/conversion/java/convert-json...